/*  Theme Name: Rexzon - Responsive Software Html5 Landing Page Template
    Author: Saptavarana
    Version: 1.0.0
    Created:September 2018
    File Description:Main Css file of the template
*/

/***************

1.BASIC
2.HELPER
3.NAVBAR
4.HOME
5.ABOUT US
6.CTA
7.SERVICES 
8.FEATURES
9.PORTFOLIO
10.TESTIMONIAL
11.PRICING PLAN
12.GREAT PEOPLE
13.CONTACT US 
14.FOOTER
15.RESPONSIVE

*****************/

@import url("../../../css.css");

/*=================
    01.BASIC
===================*/

body {
  font-family: "Nunito", sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rubik", sans-serif;
}

h1.font-weight-bold,
h2.font-weight-bold,
h3.font-weight-bold,
h4.font-weight-bold,
h5.font-weight-bold,
h6.font-weight-bold {
  font-weight: 500 !important;
}

a,
a:hover,
a:focus,
button {
  text-decoration: none !important;
  outline: none !important;
}
/*==================
    02A. Menu Vertikal
====================*/
.vertikal ul {
  list-style-type: none;
  border: 1px solid black;
  width: 350px;
  margin: 0;
  padding: 0;
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  background-color: rgb(125, 111, 248);
}

.vertikal ul li a {
  display: block;
  color: white;
  margin: 5px 7px;
  text-decoration: none;
  border-bottom: 1px solid black;
  padding: 5px;
}

.vertikal ul li a:hover {
  background-color: orange;
}

/*==================
    02B. Menu Vertikal
====================*/
.hori ul {
  list-style-type: none;
  border: 1px solid black;
  width: 300px;
  margin: 0;
  padding: 0;
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  background-color: rgb(125, 111, 248);
}

.hori ul li a {
  display: block;
  color: white;
  margin: 5px 7px;
  text-decoration: none;
  border-bottom: 1px solid black;
  padding: 5px;
}

.hori ul li a:hover {
  background-color: orange;
}

/*==================
    02.HELPER
====================*/

.bg_overlay_cover_on {
  background-color: rgba(45, 37, 200, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.text_custom {
  color: #2d25c8;
}

.bg_custom {
  background-color: #2d25c8;
}

.btn {
  padding: 12px 32px;
  font-size: 14px;
  transition: all 0.5s;
  letter-spacing: 0.6px;
  color: #fff;
  box-shadow: none !important;
  text-transform: uppercase;
  outline: none !important;
}

.btn_custom {
  border: 2px solid #2d25c8;
  background: #2d25c8;
  font-weight: bold;
  color: #ffffff;
}

.btn_custom:hover,
.btn_custom:focus,
.btn_custom:active,
.btn_custom.active,
.btn_custom.focus,
.btn_custom:active,
.btn_custom:focus,
.btn_custom:hover,
.open > .dropdown-toggle.btn_custom {
  color: #fff;
  background-color: #4a44c5;
  border: 2px solid #4a44c5;
}

.btn_outline {
  border: 2px solid #f5f5f5;
  background: transparent;
  border-radius: 35px;
}

.btn_outline:hover,
.btn_outline:focus,
.btn_outline:active,
.btn_outline.active,
.btn_outline.focus,
.btn_outline:active,
.btn_outline:focus,
.btn_outline:hover,
.open > .dropdown-toggle.btn_outline {
  color: #2d25c8;
  background: #fff;
  border-color: #fff;
}

.full_height_100vh {
  height: 50vh;
}

.vertical_content_manage {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
}

.section_all {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #d9d9d9;
}

.section_title_border {
  background-color: #2d25c8;
  height: 6px;
  width: 100px;
  border-radius: 5px;
}

.btn_small {
  padding: 8px 24px;
}

.navbar-brand img {
  height: 34px;
}
.navbar-brand2 img {
  height: 34px;
}
.btn_rounded {
  border-radius: 35px !important;
}

/*======================
    03  NAVBAR
=======================*/

.custom_nav_menu {
  padding: 15px 0px;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
}

.custom_nav_menu .social_menu .list-inline-item:not(:last-child) {
  margin-right: 8px;
}

.custom_nav_menu .navbar-nav li a {
  color: rgba(0, 0, 0, 0.75);
  font-size: 15px;
  background-color: transparent !important;
  padding: 15px 0;
  margin: 0 7px;
  transition: all 0.4s;
}
.custom_nav_menu .navbar2-nav li a {
  color: rgba(0, 0, 0, 0.75);
  font-size: 15px;
  background-color: transparent !important;
  padding: 15px 0;
  margin: 0 7px;
  transition: all 0.4s;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #ffffff;
}

.stickyadd .navbar-nav {
  margin-top: 20px;
}

.stickyadd .navbar2-nav {
  margin-top: 0px;
}
.stickyadd.custom_nav_menu .navbar-nav li a {
  color: rgba(0, 0, 0, 0.75);
}
.stickyadd.custom_nav_menu .navbar2-nav li a {
  color: rgba(0, 0, 0, 0.75);
}

.custom_nav_menu .navbar-brand.logo img {
  height: 60px;
}
.custom_nav_menu2 .navbar-brand2.logo img {
  height: 60px;
}

.stickyadd.custom_nav_menu {
  margin-top: 0px;
  padding: 8px 0px;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

.custom_nav_menu .navbar-nav li.active a,
.custom_nav_menu .navbar-nav li a:hover,
.custom_nav_menu .navbar-nav li a:active {
  color: #0cbefc !important;
}
.custom_nav_menu .navbar2-nav li.active a,
.custom_nav_menu .navbar2-nav li a:hover,
.custom_nav_menu .navbar2-nav li a:active {
  color: #0cbefc !important;
}

.navbar-toggle {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #ffffff;
}

.custom_nav_menu .btn-custom {
  margin-top: 5px;
  margin-bottom: 5px;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
  border-color: #337ab7;
}

.logo .logo-light {
  display: inline-block;
}

.stickyadd .logo .logo-dark {
  display: inline-block;
}

.stickyadd .logo .logo-light {
  display: none;
}

.logo .logo-dark {
  display: none;
}

.stickyadd .btn_outline {
  border: 2px solid #2d25c8;
  background: transparent;
  border-radius: 35px;
  color: #2d25c8;
}

.stickyadd .btn_outline:hover,
.btn_outline:focus,
.btn_outline:active,
.btn_outline.active,
.btn_outline.focus,
.btn_outline:active,
.btn_outline:focus,
.btn_outline:hover,
.open > .dropdown-toggle.btn_outline {
  color: #fff;
  background: #2d25c8;
  border-color: #2d25c8;
}

/*================
    03A.Background Login
================== */
background {
  background: url(../images/pantai_bg_login.jpg);
  background-size: cover;
}
.transparent {
  background: rgba(0, 0, 0, 0.5);
  width: 60%;
  height: 350px;
  padding: 10px;
  margin: 0px auto;
  color: #fff;
  text-align: center;
}
.transparent h1 {
  margin: 0;
}

/*================
    04.HOME
==================
	*/

.bg_home_tech_soft {
  background-image: url(../images/main_bg.jpeg);
  position: relative;
  background-size: auto;
  background-position: center center;
  /*background-color: #53777A;*/
  background-color: #20b7bb;
}

.home_title {
  font-size: 40px;
  line-height: 1.4;
  max-width: 700px;
}

.home_subtitle {
  color: #dadada;
  max-width: 450px;
  line-height: 1.8;
}

.home_table_cell_center {
  display: table-cell;
  vertical-align: middle;
}

.home_table_cell {
  display: table;
  width: 80%;
  height: 80%;
}

.full_height_100vh_home {
  /* height: 100vh;
	width :180vh;*/
  margin-top: 17vh;
  background-color: #d9d9d9;
}
.centerImage {
  text-align: center;
  display: block;
}

/*------------------
    HOME - 4
-------------------*/

.home_clip_path {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 82%, 25% 100%, 0 82%);
  clip-path: polygon(0 0, 100% 0, 100% 82%, 25% 100%, 0 82%);
}
.carousel-inner > .item > img {
  margin: 0 auto;
}

/*.box_place {
	 width: 120px;
     height: 120px;
     border: 3px solid #00BFFF;
     border-radius: 40px;
}*/
/* 3 Box_place ============================== */
.hover-3::after {
  content: "";
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  border: 1px solid #fff;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 90;
  transition: all 0.3s;
  transform: scale(1.1);
  opacity: 0;
  display: block;
  opacity: 0;
}

.hover-3-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 99;
}

.hover-3-description {
  opacity: 0;
  transform: scale(1.3);
  transition: all 0.3s;
}

.hover-3 img {
  width: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hover-3 .hover-overlay {
  background: rgba(0, 0, 0, 0.2);
}

.hover-3:hover img {
  width: 100%;
}

.hover-3:hover::after {
  opacity: 1;
  transform: none;
}

.hover-3:hover .hover-3-description {
  opacity: 1;
  transform: none;
}

.hover-3:hover .hover-overlay {
  background: rgba(0, 0, 0, 0.8);
}

/*-------------------
    HOME - 5
--------------------*/

.home_bg_gradiant {
  background: linear-gradient(to right, #565b7e, #907f7f);
}

/*-------------------
    HOME - 6
--------------------*/

.up-index {
  z-index: 2;
}
/*-------------------
    HOME - 7
--------------------*/

.three-box {
  margin-top: 8vh;
}

/*-------------------
    GRADIANT HOME
-------------------*/

.bg_gradiant_soft {
  background: linear-gradient(to right, #2d25c8, #0bc2fd);
}

/*-------------------
    IMAGE HOME
-------------------*/

.bg_img_home {
  background-image: url(../images/bg-img_cover.jpeg);
  position: relative;
  background-size: cover;
}

/*-------------------
    IMAGE HOME
-------------------*/

.bg_img_pattern {
  background-image: url(../images/bg_pattern.jpg);
  position: relative;
  background-size: cover;
}

/*====================
  05.  ABOUT US
====================*/

.about_details {
  max-width: 400px;
}

.about_details h3 {
  font-size: 30px;
  color: #3a4270;
}

.about_details_box {
  background: #ffffff;
  box-shadow: 0 10px 15px -2px rgba(158, 152, 153, 0.2);
}

.text_muted {
  color: #868aa5;
}

/*===================
    0.6  CTA
====================*/

.small_cta_desc {
  font-size: 26px;
}

/*====================
   0.7 SERVICES
=====================*/

.services_boxes .services_icon i {
  height: 65px;
  text-align: center;
  width: 65px;
  display: inline-block;
  font-size: 26px;
  border-radius: 50%;
  line-height: 65px;
}

.bg_first_service {
  background-color: #f7e306;
}

.bg_second_service {
  background-color: #0eb5f9;
}

.bg_third_service {
  background-color: #e69021;
}

.bg_four_service {
  background-color: #ce5598;
}

/*=======================
    0.8    FEATURES
=======================*/

.features_box .features_icon i {
  max-width: 45px;
  float: left;
  margin-right: 20px;
  font-size: 36px;
}

.features_details {
  overflow: hidden;
}

.features_header h3 {
  max-width: 450px;
}

.features_box {
  background: #254fd7;
}

/*=====================
   0.9 TESTIMONIAL
======================*/

.testi_box {
  max-width: 600px;
}

.testi_box .review_box {
  font-size: 20px;
  line-height: 1.6;
}

.testi_box .testi_icon {
  font-size: 48px;
}

.client_name {
  font-size: 16px;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 7px;
  margin: 20px 5px;
  border: 1px solid #2d25c8;
  background-color: #2d25c8;
  opacity: 0.4;
}

/*====================
  10 PORTFOLIO
=====================*/

#menu-filter li:not(:last-child)::after {
  content: "/";
  margin-left: 0.8125em;
  opacity: 0.4;
}

#menu-filter li a {
  padding: 10px;
  color: #d4d4d4;
}

#menu-filter li a.active {
  color: #505050;
}

/*====================
  11. PRICING PLAN
=====================*/

.price_box {
  padding: 40px;
}

.plan-name p {
  color: #5e5e5e;
  font-size: 16px;
}
.plan-name1 p {
  color: #5e5e5e;
  font-size: 16px;
}
.plan-name2 p {
  color: #5e5e5e;
  font-size: 16px;
}
.plan-name3 p {
  color: #5e5e5e;
  font-size: 16px;
}

.list_price_features {
  padding: 20px 0px;
}

.list_price_features p {
  margin-bottom: 10px;
}

.price_tag_heading span {
  font-size: 14px;
  font-weight: normal;
}

.price_tag_heading h2 {
  font-size: 52px;
}

.price_tag_heading sub {
  font-size: 22px;
}

.price_box.active {
  border: 3px solid #176af7;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

/*====================
  12. GREAT PEOPLE
====================*/

.logo_img img {
  max-height: 100px;
  width: auto !important;
}

/*=====================
    13. CONTACT US
======================*/

.corp_form_custom .form-control {
  height: 50px;
  font-size: 16px;
  border-color: #eae7e7;
}

textarea.form-control {
  height: auto !important;
}

.corp_form_custom .form-control:focus {
  border-color: #0cbefc !important;
  box-shadow: none;
  outline: 0;
}

.corp_form_custom {
  box-shadow: 0 0 35px 1px #efefef;
  padding: 40px;
}

/*==================
    14.FOOTER
====================*/

.footer_background {
  /*background-color: #2D25C8;*/
  background-color: #a9a9a9;
}

.footer_about p {
  max-width: 605px;
  color: rgba(255, 255, 255, 0.5);
}

.footer_detail ul.footer_menu_list li a:hover {
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s;
}

.footer_detail ul.footer_menu_list li a {
  color: #fff;
  display: inline-block;
  padding: 4px 0;
  text-decoration: none !important;
}

.footer_detail .footer_logo {
  height: 60px;
}

.footer_detail .copy-rights {
  line-height: 43px;
  color: rgba(255, 255, 255, 0.5);
}

.footer_detail .fot_bor {
  height: 2px;
  background: #514bc4;
  width: 100%;
}

/*=====================
    15. RESPONSIVE
=======================*/

@media (max-width: 768px) {
  .custom_nav_menu {
    margin-top: 0px;
    padding: 10px 0px !important;
    background-color: #fff !important;
  }
  .vertical_content_manage {
    display: inherit;
  }
  .home_title {
    font-size: 32px;
  }
  .custom_nav_menu .navbar-nav li a {
    margin: 0 0px;
    padding: 6px 0;
    color: rgba(0, 0, 0, 0.55) !important;
  }
  .custom_nav_menu .navbar2-nav li a {
    margin: 0 0px;
    padding: 6px 0;
    color: rgba(0, 0, 0, 0.55) !important;
  }
  .custom_nav_menu .navbar-nav li.active a {
    color: #0cbefc !important;
  }
  .custom_nav_menu .navbar2-nav li.active a {
    color: #0cbefc !important;
  }
  .custom_nav_menu > .container {
    width: 90%;
  }
  .custom_nav_menu .logo .logo-dark {
    display: inline-block;
  }
  .custom_nav_menu .logo .logo-light {
    display: none;
  }
  .custom_nav_menu .navbar-brand.logo img {
    height: 60px;
  }
  .custom_nav_menu2 .navbar-brand2.logo img {
    height: 60px;
  }
  .navbar-nav {
    margin-top: 20px;
  }
  .navbar2-nav {
    margin-top: 0px;
  }
  .navbar-toggler {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 0px;
    color: #000;
  }
  .navbar2-toggler {
    font-size: 28px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #000;
  }
  .h-100vh,
  .full_height_100vh_home {
    /* height: 100vh;
		width : 180vh;*/
    margin-top: 17vh;
  }
  .full_height_100vh_home {
    padding: 20px 0px;
    margin-top: 17vh;
  }
  .business_about_details h3 {
    font-size: 22px;
  }
  .list-unstyled {
    text-decoration-color: white;
  }
}
